chore(release): publish packages#1326
Conversation
grdsdev
commented
Mar 24, 2026
- gotrue@2.19.0
- realtime_client@2.7.1
- storage_client@2.5.0
- supabase@2.10.3
- supabase_flutter@2.12.1
- gotrue@2.19.0 - realtime_client@2.7.1 - storage_client@2.5.0 - supabase@2.10.3 - supabase_flutter@2.12.1
There was a problem hiding this comment.
Pull request overview
Release-publishing bump across the Dart/Flutter workspace packages, updating package versions, internal dependency pins, and changelogs to match the new published releases.
Changes:
- Bump package versions for
gotrue,realtime_client,storage_client,supabase, andsupabase_flutter. - Update internal dependency pins (e.g.,
supabasenow depends ongotrue 2.19.0,realtime_client 2.7.1,storage_client 2.5.0;supabase_flutterdepends onsupabase 2.10.3). - Add/extend changelog entries for each package and the repository-level
CHANGELOG.md.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/supabase_flutter/pubspec.yaml | Bump supabase_flutter version and pin supabase dependency to 2.10.3. |
| packages/supabase_flutter/lib/src/version.dart | Update supabase_flutter runtime version constant to 2.12.1. |
| packages/supabase_flutter/example/pubspec.yaml | Bump example dependency to supabase_flutter ^2.12.1. |
| packages/supabase_flutter/CHANGELOG.md | Add 2.12.1 changelog entry. |
| packages/supabase/pubspec.yaml | Bump supabase version and update internal dependency pins (gotrue, realtime_client, storage_client). |
| packages/supabase/lib/src/version.dart | Update supabase runtime version constant to 2.10.3. |
| packages/supabase/CHANGELOG.md | Add 2.10.3 changelog entry. |
| packages/storage_client/pubspec.yaml | Bump storage_client version to 2.5.0. |
| packages/storage_client/lib/src/version.dart | Update storage_client runtime version constant to 2.5.0. |
| packages/storage_client/CHANGELOG.md | Add 2.5.0 changelog entry with feature notes. |
| packages/realtime_client/pubspec.yaml | Bump realtime_client version to 2.7.1. |
| packages/realtime_client/lib/src/version.dart | Update realtime_client runtime version constant to 2.7.1. |
| packages/realtime_client/CHANGELOG.md | Add 2.7.1 changelog entry with fix notes. |
| packages/gotrue/pubspec.yaml | Bump gotrue version to 2.19.0. |
| packages/gotrue/lib/src/version.dart | Update gotrue runtime version constant to 2.19.0. |
| packages/gotrue/CHANGELOG.md | Add 2.19.0 changelog entry with fixes/features. |
| CHANGELOG.md | Add repository release entry for 2026-03-24 referencing updated packages. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| flutter: | ||
| sdk: flutter | ||
| supabase_flutter: ^2.12.0 | ||
| supabase_flutter: ^2.12.1 |
There was a problem hiding this comment.
The example app’s Dart SDK constraint (>=2.15.0 <3.0.0) is incompatible with supabase_flutter ^2.12.1 (which requires Dart >=3.3.0). This will prevent flutter pub get from resolving dependencies; update the example’s environment.sdk range to align with the package’s minimum supported Dart/Flutter versions.
| - [`supabase` - `v2.10.3`](#supabase---v2103) | ||
| - [`supabase_flutter` - `v2.12.1`](#supabase_flutter---v2121) | ||
|
|
||
| Packages with dependency updates only: | ||
|
|
||
| > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. | ||
|
|
There was a problem hiding this comment.
supabase and supabase_flutter are listed under “Packages with other changes” with anchor links, but there are no corresponding sections for v2.10.3 / v2.12.1 in this release entry. Either add headings for these packages (even if they’re dependency-only bumps) or remove/avoid the links (and consider listing them only under “dependency updates only”) to prevent broken TOC links.
| - [`supabase` - `v2.10.3`](#supabase---v2103) | |
| - [`supabase_flutter` - `v2.12.1`](#supabase_flutter---v2121) | |
| Packages with dependency updates only: | |
| > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. | |
| Packages with dependency updates only: | |
| > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. | |
| > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. |
| @@ -1,3 +1,7 @@ | |||
| ## 2.10.3 | |||
|
|
|||
| - Update a dependency to the latest release. | |||
There was a problem hiding this comment.
This entry says “Update a dependency”, but pubspec.yaml for 2.10.3 bumps multiple dependencies (e.g., gotrue, realtime_client, storage_client). Consider updating this changelog line to reflect multiple dependency updates (and ideally name them) so the release notes are accurate and more useful to consumers.
| - Update a dependency to the latest release. | |
| - Update dependencies (gotrue, realtime_client, storage_client) to their latest releases. |